Neo4j > Data Model > Nested Data Structures


In Neo4j, the concept of nested data isn't applicable since storing nodes inside other nodes isn't support and it makes more sense to store related data as separate nodes having separate properties and then connect them using relationships.